docs(FR-2603): apply 26.4 model serving doc feedback — service launcher fields, vLLM/SGLang runtime params#6804
Merged
graphite-app[bot] merged 1 commit intomainfrom Apr 22, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Backend.AI WebUI user manual (Model Serving) to reflect the 26.4 Service Launcher UI changes, including revised field descriptions and the new tab-based runtime parameters for vLLM and SGLang, with corresponding screenshot updates.
Changes:
- Reworked the “steps/workflow” section to emphasize 26.4 quick deploy + Service Launcher, and moved Custom runtime file-based workflow into a collapsible “Advanced” block.
- Updated Service Launcher field descriptions and the command-mode field list (auto-detected Port/Health URL/Mount, plus retry/delay fields).
- Split runtime parameters into vLLM vs SGLang subsections and added/updated screenshots (notably in ko).
Reviewed changes
Copilot reviewed 4 out of 8 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md | Reorganized workflow/advanced section; updated launcher fields and runtime parameter docs (vLLM/SGLang). |
| packages/backend.ai-webui-docs/src/ja/model_serving/model_serving.md | Japanese translation updates aligned to the new launcher/runtime-params UI structure. |
| packages/backend.ai-webui-docs/src/ko/model_serving/model_serving.md | Korean updates for launcher fields/runtime params; also adjusts Model Store error emphasis. |
| packages/backend.ai-webui-docs/src/th/model_serving/model_serving.md | Thai translation updates aligned to the new launcher/runtime-params UI structure. |
| packages/backend.ai-webui-docs/src/ko/images/service_launcher_command_mode.png | Updated Service Launcher command-mode screenshot asset. |
c09fb2d to
b47daaf
Compare
99d511b to
62feb55
Compare
b47daaf to
467ad1b
Compare
5 tasks
Contributor
Author
62feb55 to
a914365
Compare
3d3f3cc to
ba280f4
Compare
This was referenced Apr 21, 2026
a914365 to
c6299cd
Compare
ba280f4 to
0a4e280
Compare
Merge activity
|
…er fields, vLLM/SGLang runtime params (#6804) Resolves #6803 ([FR-2603](https://lablup.atlassian.net/browse/FR-2603)) ## Summary Addresses additional Sujin feedback on the 26.4 model serving docs, stacked on top of #6778. - **Service Launcher fields**: Refined descriptions for Service Name, Open To Public, Model Storage Folder to Mount, Inference Runtime Variant, and Environment / Version across en/ja/ko/th. - **Runtime parameters**: Split into vLLM and SGLang subsections reflecting the new tab-based UI (Model Loading / Resource Memory / Serving Performance / Multimodal / Tool Reasoning). Documented Model Loading tab fields (Model, DType, Quantization, Max Model Length / Context Length, Served Model Name, Trust Remote Code). - **Legacy section removal**: Removed the `<details>` block about model service configuration in version 23.03 and earlier. Moved the Custom runtime workflow (model / service definition files) behind a collapsible block below the 26.4 quick-deploy flow so the default path is visible first. - **Command mode section**: Moved the command-mode screenshot before the field list and consolidated the field bullets (start command, model mount, port auto-detect, health check URL auto-detect, initial delay, max retries). - **Port / Health URL / Mount auto-detection**: Clarified that these fields are auto-detected from the start command. - **Scale Out/In sentence removal**: Removed the sentence referencing the explicit Scale Out / Scale In selector, since the step-size column now infers direction automatically. - **Drawer error alert rendering fix**: Changed `*No compatible presets available. This model cannot be deployed.*` to `**...**` so it renders as bold (the original italic was not rendering reliably next to CJK characters). - **Screenshots**: Refreshed `service_launcher1.png` and `service_launcher_command_mode.png` for ko. Added new `service_launcher_runtime_params_vllm.png` and `service_launcher_runtime_params_sglang.png` for ko. ## Test plan - [ ] Render the ko docs locally and verify the drawer error alert in the Model Store section renders as bold (no stray `*` characters). - [ ] Verify the Service Launcher field list and the command-mode subsection show the updated labels and screenshots. - [ ] Verify the vLLM and SGLang runtime parameters subsections render with the new per-tab field descriptions and the new screenshots. - [ ] Regenerate the ko PDF (`pnpm run pdf:ko`) and confirm pages 121–122 show the updated vLLM / SGLang runtime parameter images and that 그림 15.6 shows the updated service launcher view. [FR-2603]: https://lablup.atlassian.net/browse/FR-2603?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
c6299cd to
e667f94
Compare
0a4e280 to
57fb0cc
Compare
Base automatically changed from
04-17-docs_fr-2571_address_26.4_docs_feedback_remove_legacy_model_serving_sections_and_apply_ko_wording_fixes
to
main
April 22, 2026 03:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves #6803 (FR-2603)
Summary
Addresses additional Sujin feedback on the 26.4 model serving docs, stacked on top of #6778.
<details>block about model service configuration in version 23.03 and earlier. Moved the Custom runtime workflow (model / service definition files) behind a collapsible block below the 26.4 quick-deploy flow so the default path is visible first.*No compatible presets available. This model cannot be deployed.*to**...**so it renders as bold (the original italic was not rendering reliably next to CJK characters).service_launcher1.pngandservice_launcher_command_mode.pngfor ko. Added newservice_launcher_runtime_params_vllm.pngandservice_launcher_runtime_params_sglang.pngfor ko.Test plan
*characters).pnpm run pdf:ko) and confirm pages 121–122 show the updated vLLM / SGLang runtime parameter images and that 그림 15.6 shows the updated service launcher view.